home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Image & Music Effects
/
random-bg-music.izs
< prev
next >
Wrap
Text File
|
2005-07-30
|
1KB
|
57 lines
<!NOWIZARD>
<!TITLE>Random Background music
<!/TITLE>
<!DESCRIPTION>Plays a random background music, choosing from 3 midi. To hear another random music, reload this page.
<!/DESCRIPTION>
<!CATEGORY>img and music effects<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<script>
<!--
//By George Chiang (http://www.abstract.simplenet.com) More JavaScripts here!
var sound1="allfor.mid"
var sound2="mus.mid"
var sound3="xfile.mid"
var x=Math.random()*10
if (x<=3) x=sound1
else if (x<=6) x=sound2
else
x=sound3
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<script>
<!--
//By George Chiang (http://www.abstract.simplenet.com) More JavaScripts here!
var sound1="allfor.mid"
var sound2="mus.mid"
var sound3="xfile.mid"
var x=Math.random()*10
if (x<=3) x=sound1
else if (x<=6) x=sound2
else
x=sound3
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>